@charset "UTF-8";
/* CSS Document */
<style type="text/css">
<p>
{
	min-width: 215; 
	  max-width: 215;
	  }
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
  body {
	background-color: #FFFFFF;
	text-align: left;
	font-family:  Karla, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: inherit;
	left: 0px;
	top: 0px;
	white-space: normal;
}
.Style6 {
	font-size: 10px;
	font-family: Karla, Geneva, Arial, Helvetica, sans-serif;
	text-align: ;
	font-style: normal;
	line-height: 14px;
	 }
  a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 10px;
	font-family: Karla, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-size: 10px;
	font-family: Karla, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #757575;
}
a:active {
	text-decoration: none;
	color: #757575;
	font-size: 10px;
	font-family: Karla, Geneva, Arial, Helvetica, sans-serif;
}
a:focus {
text-decoration: none;
	color: #757575;
	font-size: 10px;
	font-family: Karla, Geneva, Arial, Helvetica, sans-serif;
	}
.Style4 {
	font-family:  Karla, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px
}
  .imagebase {
	text-align: left;
}
  .styletextedescriptif {
	  font-family: Karla, Geneva, Arial, Helvetica, sans-serif;
	  width: 215;
	  min-width: 215; 
	  max-width: 215;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify
}

  </style>
  </p>
<meta charset="utf-8" />
        <link rel="stylesheet" href="style.css" />
		<style>
		.slides_container {
                width:550px;
                height:550px;
            }
.slides_container div {
                width:550px;
                height:1000px;
                display:block;
            }
			

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../Images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
.slides_control{
	width:550px!important;
	}
.description p{
	width:300px;
	display:block;
	}

header, section, footer, hgroup{
	display:block;
}
a {
	color:#35BFFF;
	text-decoration:none;
}
a:hover, a:active{
	color:#91DCFF;
	font-family: Verdana, Geneva, sans-serif;
}

/* Header */
#header{
	width:100%;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	padding:5px 0;
	letter-spacing:1px;
	margin-bottom:20px;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
#header h1{
	padding:0 20px;
	margin:5px 0;
	text-shadow:2px 1px 1px #333, 2px 2px 1px #888;
	color:#EAEAEA;
	float:left;
	font-size:27px;
}
#backlinks{
	float:right;
	padding:0 20px;
	line-height:22px;
	font-weight:bold;
	font-size:13px;
}
#backlinks a{
	text-align:right;
	display:block;
}

/* Footer */
#footer{
	width:100%;
	position:fixed;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	bottom:0;
	left:0;
	line-height:20px;
	font-size:13px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	z-index:99;
	font-size: 12px;
	font-family: Karla, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: normal;
	line-height: 14px;
	color: #000;
	background-color:#FFF;

}
#footer span{
	display:block;
	font-family: Karla, Geneva, Arial, Helvetica, sans-serif;
}

/* clearfix */
.clearfix {
	clear:both;
}

/* wrapper css */
#wrapper{
	margin-top:70px;
	width:100%;
}
#wrapper hgroup{
	text-align:center;
}
#wrapper h2{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center ;
	font-style: normal;
	line-height: 14px;
	
}
#wrapper h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 #fff;
	color:#888;
	margin:5px 0;
}

#container{
	position:relative;
	width:1100px;
	margin:0 auto 0px;
	padding-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;	
}
.grid{
	width:188px;
	min-height:100px;
	padding: 10px;
	background:#fff;
	margin:0px;
	font-size:12px;
	float:left;
	box-shadow: 0 1px 1px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 1px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 1px rgba(34,25,25,0.4);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	font-family: Verdana, Geneva, sans-serif;
}

.grid strong {
	border-bottom:1px solid #ccc;
	margin:0px 0;
	display:block;
	padding:0 0 0px;
	font-size:17px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
	}
	.a:hover, a:active, a:focus{
		opacity:20;
		
}

@media screen and (max-width : 1240px) {
	body{
	overflow:auto;
	font-family: Verdana, Geneva, sans-serif;
	}
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper{
		margin-top:90px;}


</style>
